T
BenSelect Documentation
SmartList<T> Class
See Also  Send Feedback
Selerix.Foundation.Data Namespace : SmartList<T> Class
List of objects that has speed optimized methods then IList

Type Parameters

T

Public Properties

 NameDescription
public PropertyCountGets the count.  
public PropertyIsReadOnlyGets a value indicating whether the list is read-only.  
public PropertyItemGets or sets the item of list at the specified index.  
Top

Public Methods

 NameDescription
public MethodAddAdds the specified item.  
public MethodAddRangeAdds the range.  
public MethodClearClears this instance.  
public MethodContainsDetermines whether [contains] [the specified item].  
public MethodCopyToCopies the elements of the System.Collections.Generic.ICollection`1 to an list, starting at a particular list index.  
public MethodExistsExistses the specified match.  
public MethodFindFinds the specified match.  
public MethodFindAllFinds all.  
public MethodGetEnumeratorReturns an enumerator that iterates through the collection.  
public MethodGetRangeGets the range.  
public MethodIndexOfIndexes the of.  
public MethodInsertInserts the specified index.  
public MethodRemoveRemoves the specified item.  
public MethodRemoveAllRemoves all.  
public MethodRemoveAtRemoves the attribute.  
public MethodRemoveRangeRemove list of items  
public MethodSortOverloaded. Sorts the specified comparer.  
Top

Inheritance Hierarchy

System.Object
   Selerix.Foundation.Data.SmartList<T>

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2024 All Rights Reserved.